home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr11 / powerb5.zip / NEWPATH1.BAT < prev    next >
DOS Batch File  |  1993-06-01  |  204b  |  11 lines

  1. if exist %1\*.* goto OK
  2. echo "%1" is not a directory or contains no files.
  3. goto END
  4. :OK
  5. yn Include %1 (y/n)?
  6. if not errorlevel 1 goto END
  7. if not "%a%"=="" set a=%a%;
  8. set a=%a%%1
  9. :END
  10. echo >nul
  11.